(gnutls-algorithm-priority): Add missing :group tag.
authorTed Zlatanov <tzz@lifelogs.com>
Sun, 12 Feb 2012 21:40:25 +0000 (16:40 -0500)
committerTed Zlatanov <tzz@lifelogs.com>
Sun, 12 Feb 2012 21:40:25 +0000 (16:40 -0500)
lisp/ChangeLog
lisp/net/gnutls.el

index 1dd485a6e77c8654c3a15cc29339dcbdac2319ee..c6afdc95975fc4810ce091c65af63197922b20cf 100644 (file)
@@ -1,3 +1,8 @@
+2012-02-12  Teodor Zlatanov  <tzz@lifelogs.com>
+
+       * net/gnutls.el (gnutls-algorithm-priority): Add missing :group
+       tag.
+
 2012-02-12  Alan Mackenzie  <acm@muc.de>
 
        Fix infinite loop with long macros.
index f53afa909930403bc484924b4b10c3f8a36b4d1d..5f1cb65782ec7b281e3e85a60ef74deffa1a22b2 100644 (file)
@@ -47,6 +47,7 @@
   "If non-nil, this should be a TLS priority string.
 For instance, if you want to skip the \"dhe-rsa\" algorithm,
 set this variable to \"normal:-dhe-rsa\"."
+  :group 'gnutls
   :type '(choice (const nil)
                 string))